home *** CD-ROM | disk | FTP | other *** search
- FailAt 20
- Echo "*nConvert Installation Script*n"
-
- Ask "Install Convert v1.2 for AmigaOS 1.3 and 2.04 ?"
- If NOT WARN
- Skip Aborted
- EndIf
-
- Echo ""
-
- Version >NIL: LIBS:arp.library
- If ERROR
- Copy libs/arp.library LIBS:arp.library
- Echo "arp.library copied to your Libs: directory."
- EndIf
-
- Version >NIL: LIBS:reqtools.library
- If ERROR
- Copy libs/reqtools.library LIBS:reqtools.library
- Echo "reqtools.library copied to your Libs: directory."
- EndIf
-
- Version >NIL: LIBS:intuisup.library
- If ERROR
- Copy libs/intuisup.library LIBS:intuisup.library
- Echo "intuisup.library copied to your Libs: directory."
- EndIf
-
- Version >NIL: C:Cvt
- If ERROR
- Copy c/Cvt C:Cvt
- Echo "Shell version (Cvt) copied to your C: directory."
- EndIf
-
- Lab INSTALLED
-
- Echo ""
- Echo "Installation complete.*n"
- Skip END
-
- Lab ABORTED
-
- Echo "*nInstallation aborted!*n"
-
- Lab END
-
- Wait 5
- EndCLI >NIL:
-